home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
docs
/
help
/
arexxbegin.lha
/
arexx_for_beginners
/
articles_01-10
/
Example5-5.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-04-06
|
228 b
|
7 lines
/* Example 5-5 */
/* This program has an error and so will not run */
SAY "I am using inverted commas" /* this is OK */
SAY 'I am using apostrophes' /* this is OK */
SAY "This is not allowed' /* this is NOT OK */